.downloads-section {
    margin: 1rem 0;
}
.downloads-section h2{
    font-weight: bold;
    margin-bottom: 10px;
}
/* .downloads-section .title {
    padding: 10px;
    background: var(--primary-color);
    color: var(--white-color);
} */
.title h5{
    font-weight: bold;
    margin: 10px 0;
}
.title h3 {
    font-weight: 300;
    position: relative;
    margin-bottom: 1.5rem;
}

.title h3:after {
    content: '';
    position: absolute;
    left: 0%;
    top: 35px;
    height: 3px;
    width: 50px;
    border-radius: 3px;
    z-index: 2;
    background-color: var(--primary-color);

}
.downloads-section .forms li {
    list-style: disc;
    margin: 5px 0 5px 20px;

}

.downloads-section .forms li a {
    color: #a8a39e;
    float: right;
    padding-right: 10px;

}

.downloads-section .forms li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}


@media (max-width: 768px) {}


@media (max-width: 425px) {

    .downloads-section .title h5 {
        font-size: 1rem;
    }

    .downloads-section .forms li {

        font-size: 12px;
    }
}
